####################################################################
#
# HoI - CORE Central America & Caribbean
#
# LIMIT:  602000 - 651999
#
# 602000 - (HAI) Dominica-Haiti Crisis
# 602001 - (DOM) Dominica-Haiti Crisis
# 602002 - (HAI) Dominica-Haiti Crisis
# 602003 - (MEX) Leon Trotsky Assasination (by Copper Nicus)
# 602004 - (MEX) Creation of C.T.M. (by Wineman)
# 602005 - (MEX) Deportation of Callas (by Wineman)
# 602006 - (MEX) Uprising in support of Callas (by Wineman)
# 602007 - (MEX) Creation of CNC, state controlled farmers association (by Wineman)
# 602008 - (MEX) Expropriation law (by Wineman)
# 602009 - (MEX) Worker takeover of national railways (by Wineman)
# 602010 - (MEX) Breaking the hacienda's (by Wineman)
# 602011 - (MEX) Breaking the hacienda's - part 2 (by Wineman)
# 602012 - (MEX) Expropriating the foreign held farms (by Wineman)
# 602013 - (MEX) Reorganizing the PNR (by Wineman)
# 602014 - (MEX) Mexican elections in 1940 - the official candidate (by Wineman)
# 602015 - (MEX) Mexican elections in 1940 (by Wineman)
# 602016 - (MEX) Alternative Mexican elections in 1940 (by Wineman)
# 602017 - (MEX) Mexican elections in 1940 - the aftermath (by Wineman)
#
####################################################################

#########################################################################
#  Dominica-Haiti Crisis (by Burris)
#########################################################################
event = { 
	id = 602000
	random = no
	country = HAI

	trigger = { 
		exists = DOM
		exists = HAI
		NOT = {
			OR = {
				war = { country = DOM country = HAI }
			}
		}
	}
	name = "The Dominican Republic-Haiti crisis"
	desc = "The beginning of the Dominican Repulblic - Haiti Crisis began when several Dominican spies were captured within Haiti. After Haiti executed the Dominican Republic's spies in the country, the retaliation was absolutely devastating. Trujillo killed over 20,000 Haitians in a brutal massacre."
	style = 0

	date = { day = 10 month = october year = 1937 }
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 
	
	action_a = {
		name = "This is an outrage; execute the spies"
		command = { type = trigger which = 602001 } # DOM
		command = { type = dissent value = -5 }
	}
	action_b = {
		name = "We will have to set aside our pride"
		command = { }
		command = { type = dissent value = 5 }
	}
}
#########################################################################
#  Dominica-Haiti Crisis (by Burris)
#########################################################################
event = { 
	id = 602001
	random = no
	country = DOM

	# triggered 602000

	name = "The Dominican Republic-Haiti Crisis"
	desc = "The beginning of the Dominican Repulblic - Haiti Crisis began when several Dominican spies were captured within Haiti. After Haiti executed the Dominican Republic's spies in the country, the retaliation was absolutely devastating. Trujillo killed over 20,000 Haitians in a brutal massacre."
	style = 0
	
	action_a = {
		name = "Execute Haitians in retaliation" # Great!
		command = { type = trigger which = 602002 }
		command = { type = dissent value = -5 }
	}
	action_b = {
		name = "We will have to set aside our pride"
		command = { }
		command = { type = dissent value = 5 }
	}
}

#########################################################################
#  Dominica-Haiti Crisis (by Burris)
#########################################################################
event = { 
	id = 602002
	random = no
	country = HAI
	
	# triggered 602001

	name = "The Dominican Republic-Haiti Crisis"
	desc = "Under the brutal rule of Trujillo, almost all of the progress made by the previous administration was erased. Now rumours began to trickle in that Trujillo was killing Haitians by the thousands. Haiti was prepared for a war. However, the USA wanted to intervene to negotiate peace between the two."
	style = 0
	
	action_a = {
		name = "Mediate our problems with US help" # Great!
		command = { type = trigger which = 322021 }
	}
	action_b = {
		name = "No compromises; this means war"
		command = { type = war which = DOM }
		command = { type = dissent value = 5 }
	}
}

##################################################
# 602003 - (MEX) Leon Trotsky Assasination (by Copper Nicus)
##################################################

event = {
	id = 602003 
	random = no
	country = MEX

	# triggerd by SOV 222021

	name = "The assassination of Leon Trotsky"
	desc = "Stalin never forgot his enemies, no matter how long ago they opposed him, or how far away they were from the Kremlin. One of Stalins most important enemies was Leon Trotsky, former creator and first commander of the Red Army,second in command under Lenin, and a founding figure of the Bolshevist movement. After losing the struggle for power after Lenins demise, Trotsky was exiled from the USSR. He relocated from country to country, constantly tracked by Stalins spies and assassins. Finally, in August, 1940, he was killed by NKVD operatives in Mexico. Stalins brutal action shocked public opinion both in Mexico and in the USA."
style = 0 

action_a = {
	name = "This is crazy, Stalin is paranoid"
	command = { type = alignment which = communist value = -10 }
	}
}

#########################################################################
# 602004 - (MEX) Creation of C.T.M. (by Wineman)
# creation of CTM - communist backed, state controlled union
#########################################################################
event = { 

id = 602004
trigger = {
	exists = MEX
	headofstate = 36001 # Cardenas
	headofgovernment = 36002 # Cardenas
	}
	random = no
	country = MEX

	name = "The creation of the Confederation of Mexican Workers (CTM)"
	desc = "The existing unionist confederation in Mexico, called the Confederacion Regional de Obreros Mexicanos (Regional Confederation of Mexican Workers (CROM)), was corrupt and mistrusted. Lombardo Toledano, with support of Cardenas and the left-wing movement in Mexico, managed to unite several unions into the Confederacion de Trabajadores de Mexico (Confederation of Mexican Workers (CTM)). This soon became the largest labor movement in Mexico and provided the state with a strong, centralized control over Mexican laborers."

	style = 0

date = { day = 1 month = february year = 1936 }
offset = 30
deathdate = { day = 30 month = december year = 1936 }

action_a = {
	name = "We must unite the workers" # support CTM
	command = { type = alignment which = communist value = 5 }
	command = { type = dissent value = -1 }
	}

action_b = {
	name = "Do not support the confederation"
	command = { type = alignment which = fascist value = 5 }
	command = { type = dissent value = 2 } 
	}
}

#########################################################################
# 602005 - (MEX) Deportation of Calles (by Wineman)
#########################################################################
event = { 

id = 602005
trigger = {
	exists = MEX
	headofstate = 36001 #Cardenas
	headofgovernment = 36002 # Cardenas
	}
random = no
country = MEX

name = "Cardenas deals with Calles, his only rival for power"
desc = "To pre-empt a coup by Calles, Cardenas sent a party of twenty soldiers and eight police to Calles hacienda. There they discovered Calles in bed with the flu, reading a Spanish translation of Hitlers Mein Kampf. More merciful than many previous revolutionaries, Cardenas contended himself with deporting Calles to the United States."
	style = 0

date = { day = 9 month = april year = 1936 }
offset = 7
deathdate = { day = 30 month = december year = 1936 }

action_a = { # deport Callas
	name = "We will not tolerate this rebel; deport him"
	command = { type = dissent value = -1 }
	command = { type = alignment which = communist value = 15 }
	command = { type = alignment which = democratic value = 10 }
	}
}

#########################################################################
# 602006 - (MEX) Uprising in support of Calles (by Wineman)
#########################################################################

event = { 

id = 602006
trigger = {
	exists = MEX
	event = 602005
	headofstate = 36001 # Lzaro Crdenas
	headofgovernment = 36002 # Lzaro Crdenas
	}
random = no
country = MEX

name = "The Conservatives rally for Calles"
desc = "After Calles was deported, conservatives in the state of San Luis Potosi rallied behind Calles and staged a rebellion against Cardenas. The military, however, remained loyal to Cardenas and quickly brought the revolt under control."
	style = 0

date = { day = 1 month = may year = 1936 }
offset = 7
deathdate = { day = 30 month = december year = 1936 }

action_a = { 
	name = "Support Cardenas; crush the rebellion" # crush rebellion
	command = { type = dissent value = -3 }
	command = { type = province_manpower which = 243 value = -1 } # Potosi
	command = { type = industry which = 243 value = -1 } # Potosi
	}

action_b = { 
	name = "Support Calles; viva la rebellion" # support Calles
	command = { type = dissent value = 20 }
	command	= { type = headofstate which = 36016 } # Plutarco E. Calles, NS cabinet
	command = { type = headofgovernment which = 36017 } # Plutarco E. Calles
	command = { type = foreignminister which = 36018 } # Alesso Melecio
	command	= { type = armamentminister which = 36044 } # Juan Andrew Almazan
	command = { type = ministerofsecurity which = 36045 } # Juan Andrew Almazan
	command = { type = ministerofintelligence which = 36046 } # Jesus Garza Siller
	command = { type = chiefofstaff which = 36047 } # Enrique  C. del Rio
	command = { type = chiefofarmy which = 36048 } # Plutarco E. Calles
	command = { type = chiefofnavy which = 36049 } # Luis Hiram Toledo
	command = { type = chiefofair which = 36050 } # Jesus Garza Siller
	command = { type = alignment which = fascist value = 30 }
	}
}

#########################################################################
# 602007 - (MEX) Creation of CNC, state controlled farmers association (by Wineman)
#########################################################################

event = {  

	id = 602007
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
	}
	random = no
	country = MEX
	name = "The creation of the National Farmers Confederation (CNC)"
	desc = "Following the creation of the CTM labor association, Cardens supported the creation of the Confederacion Nacional Campesina (National Farmers Confederation (CNC)). The CNC became a union association for the peasantry and farmers, giving them some political influence. In exchange, the state gained control over the peasantry."
	style = 0

date = { day = 1 month = august year = 1936 }
offset = 30
deathdate = { day = 30 month = december year = 1936 }

action_a = {
	name = "We must unite the farmers" # support CNC
	command = { type = alignment which = communist value = 5 }
	command = { type = dissent value = -1 }
	}

action_b = {
	name = "Do not allow the farmers to have political influence"
	command = { type = alignment = fascist value = 5 }
	command = { type = dissent value = 2 } 
	}
}

#########################################################################
# 602008 - (MEX) Expropriation law (by Wineman)
#########################################################################

event = {  

	id = 602008
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
	}
	random = no
	country = MEX
	name = "The Mexican expropriation law"
	desc = "In November, 1936, Cardens imposed a new law, empowering the Mexican government to seize private property when necessary for public and social welfare. This law cleared the way for the massive land reforms of his term, as well as the nationalization of several other sectors. Foreign investors, however, regarded this law with distrust as it potentially threatened their investments."
	style = 0

	date = { day = 1 month = november year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1937 }

	action_a = {
		name = "Reform and nationalize; impose the expropriation law"
		command = {  }
	}
}

#########################################################################
# 602009 - (MEX) Worker takeover of national railways (by Wineman)
#########################################################################

event = {

	id = 602009
	trigger = {
		exists = MEX
		event = 602008
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
	}
	random = no
	country = MEX
	name = "Nationalization of the railways"
	desc = "In June, 1937, Cardenas nationalized the Mexican railways and control was given to a cooperation of workers. This measure was popular with the people, yet some expertise was lost."
	style = 0

	date = { day = 1 month = june year = 1937 }
	offset = 30
	deathdate = { day = 1 month = june year = 1938 }

	action_a = { 
		name = "The Union is strong; give the railways to the workers"
		command = { type = infrastructure which = 80 value = -5 }
		command = { type = infrastructure which = 199 value = -5 }
		command = { type = infrastructure which = 200 value = -5 }
		command = { type = infrastructure which = 232 value = -5 }
		command = { type = infrastructure which = 237 value = -5 }
		command = { type = infrastructure which = 238 value = -5 }
		command = { type = infrastructure which = 242 value = -5 }
		command = { type = infrastructure which = 243 value = -5 }
		command = { type = infrastructure which = 244 value = -5 }
		command = { type = infrastructure which = 248 value = -5 }
		command = { type = infrastructure which = 249 value = -5 }
		command = { type = dissent value = -2 }
	}

	action_b = { 
		name = "Do not make changes; leave the railways alone"
		command = { type = dissent value = 5 }
	}
}

#########################################################################
# 602010 - (MEX) Breaking the hacienda's (by Wineman)
#########################################################################

event = {  

	id = 602010
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
		event = 602008	# expropriation law
	}
	random = no
	country = MEX
	name = "Land reforms: breaking the Haciendas"
	desc = "In 1937, when the cotton workers went on strike, Cardens reacted by nationalizing all cotton producing haciendas and turning them into ejidas: communal farms. This action had the advantages of increasing his popularity, reducing the power of the labor union in favour of the agrarian unions, and providing the impoverished peasantry with a source of income. In addition, the Ejidal Credit Bank was created to help finance the new ejidas. However, the price of nationalization was not cheap. Hacienda owners had to be compensated, significant starting capital was needed for the bank, and agricultural production dropped with these drastic changes. This event marked the start of Cardens land reforms in which a total of 18 million hectares (49 million acres) would be redistributed."
	style = 0

	date = { day = 1 month = january year = 1937 }
	offset = 360
	deathdate = { day = 1 month = january year = 1938 }

	action_a = {
		name = "We need land reform; redistribute the land"
		command = { type = dissent value = -5 }
		command = { type = supplies value = -2000 }
		command = { type = province_manpower which = -1 value = 1 }
		command = { type = province_manpower which = -1 value = 1 }
		command = { type = province_manpower which = -1 value = 1 }
	}

	action_b = {
		name = "Do not support land reform; let the peasants be"
		command = { type = dissent value = 3 }
		command = { type = industry which = -1 value = -1 }
	}
}

#########################################################################
# 602011 - (MEX) Breaking the hacienda's - part 2 (by Wineman)
#########################################################################

event = {  

	id = 602011
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
		event = 602010	# hacienda breaking
	}
	random = no
	country = MEX
	name = "Land reforms: finishing the Haciendas"
	desc = "After the first round of land reforms, two more were to follow. One of those finished of the remaining Haciendas left after the first round."
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 360
	deathdate = { day = 1 month = january year = 1939 }

	action_a = {
		name = "We need land reform; redistribute the land"
		command = { type = dissent value = -5 }
		command = { type = supplies value = -2000 }
		command = { type = province_manpower which = -1 value = 1 }
		command = { type = province_manpower which = -1 value = 1 }
		command = { type = province_manpower which = -1 value = 1 }
	}

	action_b = {
		name = "Do not support land reform; let the peasants be"
		command = { type = dissent value = 3 }
		command = { type = industry which = -1 value = -1 }
	}
}

#########################################################################
# 602012 - (MEX) Expropriating the foreign held farms (by Wineman)
#########################################################################

event = {  

	id = 602012
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
		event = 602008	# expropriation law
	}
	random = no
	country = MEX
	name = "Land reforms: the redistribution of foreign-owned farms"
	desc = "In the second round of land reform, Cardens expropriated the land held by foreign (mainly American) investors. This enraged conservative circles in the United States and added power to the oil industry lobbys proposal to invade Mexico. The Roosevelt administration, having had close ties with Cardens, refused to consider this and instead only demanded compensation."
	style = 0

	date = { day = 1 month = january year = 1938 }
	offset = 360
	deathdate = { day = 1 month = january year = 1939 }

	action_a = {
		name = "Mexico belongs to Mexicans; disown the Gringos"
		command = { type = dissent value = -5 }
		command = { type = supplies value = -200 }
		command = { type = province_manpower which = -1 value = 1 }
		command = { type = province_manpower which = -1 value = 1 }
	}

	action_b = {
		name = "Don't anger the Gringos; let them keep their land"
		command = { type = dissent value = 5 }
		command = { type = industry which = -1 value = -1 }
	}
}

#########################################################################
# 602013 - (MEX) Reorganizing the PNR (by Wineman)
#########################################################################

event = {  

	id = 602013
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
		event = 602004	# CTM creation
		event = 602007	# CNC creation
	}
	random = no
	country = MEX
	name = "The Reorganization of the National Revolutionary Party (PNR)"
	desc = "In order to broaden his political power base, Cardens reorganized the Partido Nacional Revolucionario (National Revolutionary Party (PNR)). Whereas the Party's powerbase used to lie with the military, the new PNR, now called the Partido de la Revolucion Mexicana (Party of the Mexican Revolution (PRM)), based its power on four sectors: labor, agriculture, the military, and the people. The CTM union represented labor, while the CNC union agriculture and the popular sector were represented by government employee unions. In this way the PRM controlled the vast majority of voters: most Mexicans were represented at least indirectly by this political party. Private enterprise was excluded from the PRM as it often opposed Cardens program. Instead it was re-organised into the Chambers of Commerce and Industry. These Chambers represented the interests of both entrepreneurs and industry through lobbying, but were not granted the power to directly influence PRM politics."
	style = 0

	date = { day = 1 month = august year = 1938 }
	offset = 90
	deathdate = { day = 1 month = january year = 1939 }

	action_a = {
		name = "Broaden our power base; reform the PNR"
		command = { type = dissent value = -1 }
		command = { type = manpowerpool value = 10 }
	}
	
	action_b = {
		name = "The Party already works; leave it as it is"
		command = { type = dissent value = 2 }
	}	
}

#########################################################################
# 602014 - (MEX) Mexican elections in 1940 - the official candidate (by Wineman)
#########################################################################
event = {

	id = 602014
	trigger = {
		exists = MEX
		headofstate = 36001  #Cardenas
		headofgovernment = 36002 # Cardenas
	}
	random = no
	country = MEX
	name = "Choosing the official candidate for the Party of the Mexican Revolution (PRM)"
	desc = "In Mexico, the sitting president is the deciding factor determining the official candidate for the PRM. The official candidate then gets the backing of the CTM and CNC union votes and is thus assured of victory. In 1940, President Cardens was faced with a right-wing candidate, General Juan Andreu Almazn, who threatened to undo his reforms. Furthermore, there was considerable opposition abroad due to the expropriation of foreign oil companies and landowners, as well as resentment among conservative groups. Fearing that another radical president would lead to revolt, especially if led by Almazn, Cardens backed his defense minister, Miguel Avila Camacho, instead of his friend and fellow radical Francisco Mugica, writer of the more radical parts in the Mexican Constitution of 1917. Camacho was more moderate and had the support of the army through his brother, a high ranking general in the army."
	style = 0

	date = { day = 1 month = march year = 1940 }
	offset = 1
	deathdate = { day = 10 month = march year = 1940 }
	
	action_a = {
		name = "Choose Camacho as the official candidate"
		command = { type = sleepevent which = 602016 }
	}

	action_b = {
		name = "Choose Mugica as the official candidate"
		command = { type = sleepevent which = 602015 }
	}
}

#########################################################################
# 602015 - (MEX) Mexican elections in 1940 (by Wineman)
#########################################################################
event = {

	id = 602015
	trigger = { event = 602014 }
	random = no
	country = MEX
	name = "The Mexican presidential elections of 1940"
	desc = "The Mexican presidential elections of 1940 were some of the bloodiest in Mexican history. Officially, Camacho, the PNR candidate, won the elections easily. Unofficially, it was believed that the opposing candidate Almazn received a significant amount of votes, making the outcome debatable. After the elections, Almazn fled to Cuba while accusing Camacho of fixing the electoral race. This scandal caused considerable unrest, as conservative groups feared more radical reforms and radical groups and labor movements feared Camacho would be too conservative."
	style = 0

	date = { day = 1 month = july year = 1940 }
	offset = 30
	deathdate = { day = 1 month = august year = 1940 }

	action_a = {
		name = "Elect Manuel Avila Camacho"
		command = { type = dissent value = 5 }
		command = { type = trigger which = 602017 }
		command = { type = headofstate which = 36021 } # Manuel A. Camacho
		command = { type = headofgovernment which = 36022 } # Manuel A. Camacho
		command = { type = foreignminister which = 36023 } # Ezequiel Padilla
		command = { type = armamentminister which = 36024 } # Lzaro Crdenas
		command = { type = ministerofsecurity which = 36025 } # Miguel Alemn Valds
		command = { type = alignment which = democratic value = 15 }
	}

	action_b = {
		name = "Elect Juan Andreu Almazn"
		command = { type = dissent value = 10 }
		#command = { type = trigger which = 602017 }
		command = { type = headofstate which = 36026 } # Juan Andreu Almazn
		command = { type = headofgovernment which = 36027 } # Juan Andreu Almazn
		command = { type = foreignminister which = 36028 } # Juan Andreu Alamaza
		command = { type = armamentminister which = 36029 } # Francisco R. Serrano
		command = { type = ministerofsecurity which = 36030 } # Enrique C. del Rio
		command = { type = alignment which = democratic value = 10 }
		command = { type = alignment which = fascist value = 10 }
	}
}

#########################################################################
# 602016 - (MEX) Alternative Mexican elections in 1940 (by Wineman)
#########################################################################
event = {

	id = 602016
	trigger = { event = 602014 }
	random = no
	country = MEX
	name = "The Mexican presidential elections of 1940"
	desc = "The Mexican presidential elections of 1940 were some of the bloodiest in Mexican history. Officially, Camacho, the PNR candidate, won the elections easily. Unofficially, it was believed that the opposing candidate Almazn received a significant amount of votes, making the outcome debatable. After the elections, Almazn fled to Cuba while accusing Camacho of fixing the electoral race. This scandal caused considerable unrest, as conservative groups feared more radical reforms and radical groups and labor movements feared Camacho would be too conservative. A more radical president like Mugica would have probably sparked a conservative revolt financed by foreign oil companies intent on regaining their oil posessions in Mexico."
	style = 0

	date = { day = 1 month = july year = 1940 }
	offset = 30
	deathdate = { day = 1 month = august year = 1940 }

	action_a = {
		name = "Elect Vicente Lombardo Toledano" # it was Francisco Mugica
		command = { type = dissent value = 5 }

		command = { type = headofstate which = 36051 } # Vicente Lombardo Toledano for Francisco Mugica
		command = { type = headofgovernment which = 36052 } # Vicente Lombardo Toledano for Francisco Mugica
		command = { type = foreignminister which = 36053 } # Mariano Ponton
		command = { type = armamentminister which = 36054 } # Francisco I. Casian
		command = { type = ministerofsecurity which = 36055 } # Mariano Ponton
		command = { type = ministerofintelligence which = 36056 } # Manuel Palafox
		command = { type = chiefofstaff which = 36057 } # Manuel Palafox
		command = { type = chiefofarmy which = 36058 } # Matias Santos Ramos
		command = { type = chiefofnavy which = 36059 } # Heriberto Jara Corona
		command = { type = chiefofair which = 36060 } # Agustin Olachea Aviles
		command = { type = alignment which = communist value = 20 }
	}

	action_b = {
		name = "Elect Juan Andreu Almazn"
		command = { type = dissent value = 10 }
		#command = { type = trigger which = 602017 }
		command = { type = headofstate which = 36026 } # Juan Andreu Almazn
		command = { type = headofgovernment which = 36027 } # Juan Andreu Almazn
		command = { type = foreignminister which = 36028 } # Juan Andreu Alamaza
		command = { type = armamentminister which = 36029 } # Francisco R. Serrano
		command = { type = ministerofsecurity which = 36030 } # Enrique C. del Rio
		command = { type = alignment which = democratic value = 10 }
		command = { type = alignment which = fascist value = 10 }
	}
}

#########################################################################
# 602017 - (MEX) Mexican elections in 1940 - the aftermath (by Wineman)
#########################################################################
event = {

	id = 602017
	
	random = no
	country = MEX
	name = "Camacho pacifies the nation"
	desc = "To restore national unity after his election, Camacho took several measures to prove his good statesmanship. The first was appointing the former president, Lazaro Cardens, as defense minister in order to pacify the radicals. The second was to install Ezequiel Padilla as foreign minister to improve relations with the United States. Additionally, he reassured the church and the general public (mostly practicing Catholics) by stating that, he too, was a believer. He gave assuraces that he would respect the role of the church in society, while maintaining the separation of church and state."
	style = 0

	action_a = {
		name = "Promote the church; we too, are believers"
		command = { type = dissent value = -5 }
	}

	action_b = {
		name = "The church has no role in Mexican society"
		command = { type = dissent value = 2 }
	}
}



#########################################
# (HAI)promish aid to Finland (by Ghost_dk)
#########################################

event = {
	id = 602018
	random = no
	country = HAI

	# triggered by SOV 222041

	name = "Promise aid to Finland"
	desc = "Following the expulsion of the USSR from the league of nations and the request by the same organization for aid to the finnish war struggle we have to decide if we want to follow up on this request and promise support to the finnish people."
	style = 0

	action_a = {
		name = "Promise aid"
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002068 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = "We cant help"
		command = { type = influence value = -1 }
		command = { type = sleepevent which = 1002067 }
		command = { type = alignment which = communist value = 5 }
		}
}
#########################################
# (MEX)promise to aid Finland (by Ghost_dk)
#########################################

event = {
	id = 602019
	random = no
	country = MEX

	# triggered by SOV 222041

	name = "Promise aid to Finland"
	desc = "Following the expulsion of the USSR from the league of nations and the request by the same organization for aid to the finnish war struggle we have to decide if we want to follow up on this request and promise support to the finnish people."
	style = 0

	action_a = {
		name = "Promise aid"
		command = { type = influence value = 2 }
		command = { type = trigger which = 1002071 }
		command = { type = alignment which = democratic value = 5 }
		}
	action_b = {
		name = "We cant help"
		command = { type = influence value = -1 }
		command = { type = trigger which = 1002071 }
		command = { type = alignment which = communist value = 5 }
		}
}

######################## GUATEMALA ########################
##########################################################################
#  602020 - (GUA) Guatemala express their solidarity (by Generalisimo)
#########################################################################

event = { 
id = 602020
random = no 
country = GUA

trigger = {
	NOT = {
		OR = {
			ispuppet = GUA
			# GUA neutral
			alliance = { country = GUA country = ENG } 
			alliance = { country = GUA country = USA } 
			alliance = { country = GUA country = GER } 
			alliance = { country = GUA country = SOV } 
			atwar = GUA
			}
		}
	war = { country = USA country = JAP } 
	}

name = "Guatemala express their solidarity" 
desc = "Historically on the 8th of December of 1941, Guatemala declared war on Japan, expressing the solidarity of the Guatemalan government and the people with the United States."
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Declare war against Japan" 
	command = { type = war which = JAP }
	command = { type = access which = USA }
	command = { type = dissent value = -5 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 10 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

##########################################################################
#  602021 - (GUA) Guatemala express their solidarity II (by Generalisimo)
#########################################################################

event = { 
id = 602021
random = no 
country = GUA

trigger = {
	NOT = {
		OR = {
			ispuppet = GUA
			# GUA neutral
			alliance = { country = GUA country = ENG } 
			alliance = { country = GUA country = USA } 
			alliance = { country = GUA country = GER } 
			alliance = { country = GUA country = SOV } 
			atwar = GUA
			}
		}
	war = { country = USA country = JAP } 
	war = { country = GUA country = JAP } 
	event = 602020
	}

name = "Guatemala express their solidarity, again" 
desc = "Historically on the 11th of December of 1941, Guatemala extended their declaration of war on Germany and Italy."
style = 0 

date = { day = 11 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Declare war against Germany and Italy" 
	command = { type = war which = GER }
	command = { type = war which = ITA }
	command = { type = dissent value = -2 }
	command = { type = alignment which = democratic value = 20 }
	command = { type = influence value = 10 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

##########################################################################
#  602022 - (GUA) Guatemala joins the allies (by Generalisimo)
#########################################################################

event = { 
id = 602022
random = no 
country = GUA

trigger = {
	exists = ENG
	NOT = {
		OR = {
			ispuppet = GUA
			# GUA neutral
			alliance = { country = GUA country = ENG } 
			alliance = { country = GUA country = USA } 
			alliance = { country = GUA country = GER } 
			alliance = { country = GUA country = SOV } 
			}
		}
	war = { country = USA country = JAP } 
	war = { country = GUA country = JAP } 	
	war = { country = GUA country = GER } 
	war = { country = GUA country = ITA } 
	alliance = { country = USA country = ENG } 
	event = 602020
	}

name = "Guatemala joins the allies" 
desc = "As a result of the United States joining the allies, Guatemala joined too."
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Join the allies" 
	command = { type = alliance which = ENG } # enter the allies
	command = { type = dissent value = -1 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 5 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -5 }
	} 
}

### 602023

### 602024

### 602025

########################## EL SALVADOR #############################

##########################################################################
#  602026 - (SAL) Womens granted the vote (by Generalisimo)
#########################################################################

event = { 
id = 602026
random = no 
country = SAL

trigger = {
	NOT = {
		ispuppet = SAL
		}
	random = 10
	}

name = "Women granted the vote" 
desc = "Historically on 1939, Salvadoran women were granted the vote."
style = 0 

date = { day = 1 month = january year = 1939 } 
offset = 10
deathdate = { day = 30 month = december year = 1939 }

action_a = { 
	name = "Ok" 
	command = { type = dissent value = -5 }
	command = { type = influence value = 5 }
	command = { type = alignment which = democratic value = 50 }
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

######################### COSTA RICA #############################

##########################################################################
#  602027 - (COS) Costa Rica express their solidarity (by Generalisimo)
#########################################################################

event = { 
id = 602027
random = no 
country = COS

trigger = {
	NOT = {
		OR = {
			ispuppet = COS
			# COS neutral
			alliance = { country = COS country = ENG } 
			alliance = { country = COS country = USA } 
			alliance = { country = COS country = GER } 
			alliance = { country = COS country = SOV } 
			atwar = COS
			}
		}
	war = { country = USA country = JAP } 
	}

name = "Costa Rica express their solidarity" 
desc = "Historically on the 8th of December of 1941, Costa Rica declared war on Japan as a consequence of the Japanese attack on the United States base of Pearl Harbour."
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Declare war against Japan" 
	command = { type = war which = JAP }
	command = { type = access which = USA }
	command = { type = dissent value = -5 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 10 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

##########################################################################
#  602028 - (COS) Costa Rica joins the allies (by Generalisimo)
#########################################################################

event = { 
id = 602028
random = no 
country = COS

trigger = {
	exists = ENG	
	NOT = {
		OR = {
			ispuppet = COS
			# COS neutral
			alliance = { country = COS country = ENG } 
			alliance = { country = COS country = USA } 
			alliance = { country = COS country = GER } 
			alliance = { country = COS country = SOV } 
			}
		}
	war = { country = USA country = JAP } 
	war = { country = COS country = JAP } 
	alliance = { country = USA country = ENG } 
	event = 602027
	}

name = "Costa Rica joins the allies" 
desc = "As a result of the United States joining the allies, Costa Rica joined too."
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Join the allies" 
	command = { type = alliance which = ENG } # enter the allies
	command = { type = dissent value = -1 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 5 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -5 }
	} 
}

######################### HONDURAS #############################

##########################################################################
#  602029 - (HON) Constitution ammended (by Generalisimo)
#########################################################################

event = { 
id = 602029
random = no 
country = HON

trigger = {
	NOT = {
		ispuppet = HON
		}
	}

name = "Constitution amended"
desc = "The constitution was amended to enable the president to retain power until 1943. The growing unrest in the country led to numerous outbreaks and revolts."
style = 0 

date = { day = 16 month = april year = 1936 } 

action_a = { 
	name = "Ok" 
	command = { type = dissent value = 5 }
	command = { type = influence value = -5 }
	command = { type = alignment which = democratic value = -15 }
	command = { type = setflag  which = Amend_Constitution } # for later events
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = dissent value = -2 }
	command = { type = influence value = 2 } 
	command = { type = alignment which = democratic value = 15 }
	} 
}

##########################################################################
#  602030 - (HON) Uprising against the government (by Generalisimo)
#########################################################################

event = { 
id = 602030
random = no 
country = HON

trigger = {
	NOT = {
		ispuppet = HON
		}
	random = 25
	flag = Amend_Constitution
	}

name = "Uprising against the government"
desc = "A serious uprising, led by General Justo Umana, was crushed. The government drove all opponents of the regime into flight or else imprisoned them."
style = 0 

date = { day = 1 month = january year = 1937 } 
offset = 3
deathdate = { day = 30 month = february year = 1937 }

action_a = { 
	name = "Crush the revolt!" 
	command = { }
	command = { type = setflag  which = General_Umana_crushed } # for later events
	} 
action_b = { 
	name = "Let the revolters rule!" 
	command = { }
	} 
}

##########################################################################
#  602031 - (HON) Honduras express their solidarity (by Generalisimo)
#########################################################################

event = { 
id = 602031
random = no 
country = HON

trigger = {
	NOT = {
		OR = {
			ispuppet = HON
			# HON neutral
			alliance = { country = HON country = ENG } 
			alliance = { country = HON country = USA } 
			alliance = { country = HON country = GER } 
			alliance = { country = HON country = SOV } 
			atwar = HON
			}
		}
	war = { country = USA country = JAP } 
	flag = General_Umana_crushed
	}

name = "Honduras express their solidarity" 
desc = "Historically on the 8th of December of 1941, Honduras declared war on Japan, expressing the solidarity of the Honduras government and the people with the United States. "
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Declare war against Japan" 
	command = { type = war which = JAP }
	command = { type = access which = USA }
	command = { type = dissent value = -5 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 10 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

##########################################################################
#  602032 - (HON) Honduras express their solidarity II (by Generalisimo)
#########################################################################

event = { 
id = 602032
random = no 
country = HON

trigger = {
	NOT = {
		OR = {
			ispuppet = HON
			# HON neutral
			alliance = { country = HON country = ENG } 
			alliance = { country = HON country = USA } 
			alliance = { country = HON country = GER } 
			alliance = { country = HON country = SOV } 
			atwar = HON
			}
		}
	war = { country = USA country = JAP } 
	war = { country = HON country = JAP } 
	event = 602031
	}

name = "Honduras express their solidarity, again" 
desc = "Historically on the 12th of December of 1941, Honduras extended their declaration of war on Germany and Italy."
style = 0 

date = { day = 12 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Declare war against Germany and Italy" 
	command = { type = war which = GER }
	command = { type = war which = ITA }
	command = { type = dissent value = -2 }
	command = { type = alignment which = democratic value = 20 }
	command = { type = influence value = 10 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -10 }
	} 
}

##########################################################################
#  602033 - (HON) Honduras joins the allies (by Generalisimo)
#########################################################################

event = { 
id = 602033
random = no 
country = HON

trigger = {
	exists = ENG
	NOT = {
		OR = {
			ispuppet = HON
			# HON neutral
			alliance = { country = HON country = ENG } 
			alliance = { country = HON country = USA } 
			alliance = { country = HON country = GER } 
			alliance = { country = HON country = SOV } 
			}
		}
	war = { country = USA country = JAP } 
	war = { country = HON country = JAP } 	
	war = { country = HON country = GER } 
	war = { country = HON country = ITA } 
	alliance = { country = USA country = ENG } 
	event = 602031
	}

name = "Honduras joins the allies" 
desc = "As a result of the United States joining the allies, Honduras joined too."
style = 0 

date = { day = 8 month = december year = 1941 } 
offset = 3
deathdate = { day = 30 month = december year = 1942 }

action_a = { 
	name = "Join the allies" 
	command = { type = alliance which = ENG } # enter the allies
	command = { type = dissent value = -1 }
	command = { type = alignment which = democratic value = 50 }
	command = { type = influence value = 5 } # gains democratic respect
	} 
action_b = { 
	name = "It is not necessary" 
	command = { type = influence value = -5 } # looses democratic reputation
	command = { type = alignment which = democratic value = -5 }
	} 
}
